PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / BaseAdvancedEditor<P,E> Class / AttachPopupEditor Method
The editor being attached.
The group to be attached.
Callback used to notify the editor changed.

In This Topic
    AttachPopupEditor Method (BaseAdvancedEditor<P,E>)
    In This Topic
    Attaches the window editor to the group.
    Syntax
    'Declaration
     
    
    Public Overridable Sub AttachPopupEditor( _
       ByVal editor As E, _
       ByVal group As PropertyGroup, _
       ByVal valueChanged As Action(Of E,Object) _
    ) 
    public virtual void AttachPopupEditor( 
       E editor,
       PropertyGroup group,
       Action<E,object> valueChanged
    )

    Parameters

    editor
    The editor being attached.
    group
    The group to be attached.
    valueChanged
    Callback used to notify the editor changed.
    See Also